HyperNext Creator Projects

These examples cover various aspects of HyperNext and can all be freely used in your own HyperNext Creator/Developer projects.

Check our web site for the latest demos.

------------------------------------------------------------------------------------------

Website Online Alarm

Checks every 60 seconds or so to see if your website is still online.
If a file on your website returns an invalid value or cannot be found then an alarm sounds.

------------------------------------------------------------------------------------------

Second Life mouse mover

Simple project and camping utility for Second Life. It moves the mouse at random intervals so 
keeping the newtwork active and preventing logout.

------------------------------------------------------------------------------------------

Email project

Simple project showing how to retrieve and send emails using POP3 and SMTP.

------------------------------------------------------------------------------------------

LightStone Biofeedback

Basic monitor displaying data from a LightStone biofeedback USB device.

------------------------------------------------------------------------------------------

USB Comms

A demonstration of HyperNext's USB functions, including LightStone.

------------------------------------------------------------------------------------------

Stock Quote Retriever

Retrieves a USA stock market quote using the Yahoo finance web site and plots a graph of its value.

------------------------------------------------------------------------------------------

Encryption

Demonstration of MD5 hashing and Blowfish encryption/decryption.

------------------------------------------------------------------------------------------

Steganography

Showing how to hide and retreive messages from within an image.

------------------------------------------------------------------------------------------

Printing

Showing how to print from within a program or stack.

------------------------------------------------------------------------------------------

Slide Show

Example of selecting and displaying images from a folder to produce a simple slide show.

------------------------------------------------------------------------------------------

ScreenShots

Shows how to take screen shots, store them in the image bank and canvas. 
Also shows how to rotate and flip images.

------------------------------------------------------------------------------------------

Map Viewer

Shows how to view, zoom and scroll a map.

------------------------------------------------------------------------------------------

Books HN

A basic book databse using a HyperNext approach.

------------------------------------------------------------------------------------------

Books HC

A basic book databse using a Hypercard approach.

------------------------------------------------------------------------------------------

Flash Player

Play flash movies and games.

------------------------------------------------------------------------------------------

Solar System

A basic astronomical stack about the Solar System.

------------------------------------------------------------------------------------------

Aquarium

A very simple demo of sprite animation.

------------------------------------------------------------------------------------------

Analyser

A comprehensive program for setting up a neural network capable of being trained and tested.
It comes with several different scenarios.

------------------------------------------------------------------------------------------

BP Test

A test framework for the BP1 neural network plugin.

------------------------------------------------------------------------------------------

CanvasDrawer

Shows how to make a very basic drawing program that draws rectangles.

------------------------------------------------------------------------------------------

Canvas Field Events

Shows how Canvas and Fields can respond with speech as the mouse passes over them.

------------------------------------------------------------------------------------------

Chart

Shows how to make a very simple chart using the Hypernext scripting language.

------------------------------------------------------------------------------------------

Circles

Demonstrates how to call a plugin, uses graphics and RBscript language.

------------------------------------------------------------------------------------------

Conways Life

A simple cellular automation showing how to use canvas graphics.
This could be greatly speeded up with RBscript

------------------------------------------------------------------------------------------

DNA Sequence

A specialised program for analysing specific DNA sequences.

------------------------------------------------------------------------------------------

Features

This demonstrates many different aspects of HyperNext - it is currently unfinished.

------------------------------------------------------------------------------------------

Hello World

The usual first program - displaying a text message, and also speaking it.

------------------------------------------------------------------------------------------

Internet Chat

A simple internet chat or messenger type program for two computers.

------------------------------------------------------------------------------------------

Mandelbrot

A simple Mandelbrot demo showing several aspects of HyperNext - graphics, RBscript, buttons.

------------------------------------------------------------------------------------------

MP3 Player

A very basic MP3 player with drag and drop.

------------------------------------------------------------------------------------------

Note Player

Plays Midi notes and shows how to play Midi tunes.

------------------------------------------------------------------------------------------

Simple Net

Shows how to use RBscript in a modular fashion without using any neural network plugins.
The neural network is a simple BackProp and draws its results to a basic graph.

Before training the neural network for the first time RBscript should be initialised.
Initialising RBscript checks the syntax of the RBscript source for errors and if any are found a description is placed in the error fields. The built source code is made available in the wide field so that it may be copied and analysed.

------------------------------------------------------------------------------------------

Speak

Shows how to use the Say and SayNow speech commands with direct text and text from a field.

------------------------------------------------------------------------------------------

